JavaScript
A5.chart.Mapped DataPoint Object
IN THIS PAGE
Description
The mapping of raw data into a point.
Discussion
A data point is an object made up of the explicitly named "src" property and each named dimension (see A5.chart Map Object dimensions) as an additional property. For instance, if a "rect" chart was being created, the data point would have "src", "x" and "y" as defined properties. Discrete dimensions will be stored as a string value. Continuous dimensions will be stored as an object. See A5.chart Mapped Data Object - Point Object - Dimension Object.
- Name
- Description
- A5.chart.Mapped Data.Point.Dimension Object
The mapping of raw data into a point.
Properties
- srcobject
The name of the group.
- itemsarray
The item(s) from the raw data that the data point was created from.
- indexesarray
The indexes in the raw data array for each of the items.